var github.com/golang/protobuf/proto.fileCache
4 uses
github.com/golang/protobuf/proto (current package)
registry.go#L28: var fileCache sync.Map // map[filePath]fileDescGZIP
registry.go#L51: fileCache.Store(s, d)
registry.go#L59: if v, ok := fileCache.Load(s); ok {
registry.go#L71: v, _ := fileCache.LoadOrStore(s, protoimpl.X.CompressGZIP(b))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)